home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Mac_F2C_1.3.2.sit / Mac F2C 1.3.2 / Mac F2C.rsrc / STR#_155.txt < prev    next >
Text File  |  1996-04-14  |  1KB  |  19 lines

  1. Enter UNIX-style option switches to be passed to the F2C kernel.  These switches are appended after the other options you selected.  See AT&T Technical Report 149 (included with Mac F2C) for a description of the various UNIX options and their syntax.
  2.  
  3. Enter the maximum number of implied labels permitted either as the result of alternate returns in a CALL or as the result of a computed GOTO (UNIX option 窶œ-Nl窶).
  4.  
  5. Enter the maximum number of continuation lines allowed for a single statement (UNIX option 窶œ-NC窶).
  6.  
  7. Enter the maximum number of literal constants allowed in a single file (UNIX option 窶œ-NL窶).
  8.  
  9. Enter the maximum numbers of names (of any kind) allowed in a single file (UNIX option 窶œ-Nn窶).  This value controls the size of hash table used to store all the names that appear in the source code.
  10.  
  11. Enter the maximum allowed nesting of control structures such as loops or if-then-else statements (UNIX option 窶œ-Nc窶).
  12.  
  13. Enter the maximum number of statement labels allowed in a single file (UNIX option 窶œ-Ns窶).
  14.  
  15. Enter the maximum number of external symbols allowed in a single file (UNIX option 窶œ-Nx窶).
  16.  
  17. Enter the maximum number of equivalence classes allowed in a single file (UNIX option 窶œ-Nq窶).  An 窶彳quivalence class窶 consists of a set of variables that are equivalent to each other.
  18.  
  19.